CouchbaseLite

CouchbaseLite Utility

Functions

Link copied to clipboard
fun init()
@Internal(value = "This interface is not part of the public API")
fun init(debug: Boolean)
@Internal(value = "This interface is not part of the public API")
fun init(debug: Boolean, rootDir: File, scratchDir: File)

Initialize CouchbaseLite library. Unlike the Couchbase Lite Java SDK, this method is optional to call before using CouchbaseLite. The no-parameter CouchbaseLite.init() will be called automatically by default.